home *** CD-ROM | disk | FTP | other *** search
/ PUSH Magazine 2009 September / PUSH 2003 09.iso / system / CSS / cg.css next >
Encoding:
Cascading Style Sheet File  |  2001-02-08  |  660 b   |  11 lines

  1. body { background-color: white }
  2. a.thumbnail:link {text-decoration: none; color: #009900 }
  3. a.thumbnail:visited {text-decoration: none; color: #009900 }
  4. a.thumbnail:hover {text-decoration: underline; color: #009900 }
  5. a.slideshow:link {text-decoration: none; color: blue }
  6. a.slideshow:visited {text-decoration: none; color: blue }
  7. a.slideshow:hover {text-decoration: underline; color: blue }
  8. .data {margin:0 0 0 5 ; font-size: 12}
  9. .console {position: absolute; left:5 ; top:5 ; width: 700; overflow: none  }
  10. #fileName { padding: 1 3 0; width: 135;  background-color: #ffff99 }
  11. .layer {position: absolute; left:5 ; top:40 ; width: 700; overflow: none  }